home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / MOR55SRC.ZIP / MORIA / IBMPC / MAKE.BAT < prev    next >
DOS Batch File  |  1992-12-08  |  162b  |  8 lines

  1. cl -c -AL -Os -Gs -Zp -Gt32 -DPC_CURSES *.c
  2. link <mlink.lnk
  3. exemod moria.exe /stack 3fff
  4. rename moria.exe moria.xxx
  5. exepack moria.xxx moria.exe
  6. delete moria.xxx
  7.  
  8.